Avoid unconditional PATH_MAX usage
authorPino Toscano <toscano.pino@tiscali.it>
Sun, 15 Aug 2021 18:32:57 +0000 (19:32 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Sun, 15 Aug 2021 18:32:57 +0000 (19:32 +0100)
commitb9b4ecd1ab769b5af476a5b0d85bc153b099b1fb
treecc34866902028c67e0e058afba958b53b6306bb7
parent9033fc4d17c2b6ca8ee221fa1aab011d8f7d5fd8
Avoid unconditional PATH_MAX usage

Forwarded: no
Last-Update: 2020-04-19

Use a "safe" size in case PATH_MAX is not defined; in the end, this should not
be used, as a allocating realpath() will be used instead.

Gbp-Pq: Name path_max.diff
src/corelib/io/qfilesystemengine_unix.cpp